docs: use apostrophe in *'re
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Fri, 7 Feb 2014 18:37:09 +0000 (13:37 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Fri, 7 Feb 2014 18:37:09 +0000 (13:37 -0500)
24 files changed:
gdk/gdkpango.c
gdk/gdkpixbuf-drawable.c
gdk/gdkscreen.c
gdk/gdkvisual.c
gdk/gdkwindow.c
gtk/deprecated/gtkactiongroup.c
gtk/deprecated/gtkuimanager.c
gtk/gtkaccelgroup.c
gtk/gtkaccelmap.c
gtk/gtkcellrenderertoggle.c
gtk/gtkenums.h
gtk/gtkfontbutton.c
gtk/gtklabel.c
gtk/gtklayout.c
gtk/gtkprinter.c
gtk/gtkselection.c
gtk/gtkstylecontext.h
gtk/gtktextbuffer.c
gtk/gtktextiter.c
gtk/gtktextmark.c
gtk/gtktextsegment.c
gtk/gtktreeviewcolumn.c
gtk/gtkwidget.c
gtk/gtkwindow.c

index 669b0d15351a3fa1570a167198ea648b027cdb6c..8d9dcdf579f9e40696233431c52007062a0901e2 100644 (file)
@@ -305,7 +305,7 @@ gdk_pango_layout_get_clip_region (PangoLayout *layout,
  * 
  * Creates a #PangoContext for the default GDK screen.
  *
- * The context must be freed when you're finished with it.
+ * The context must be freed when youre finished with it.
  * 
  * When using GTK+, normally you should use gtk_widget_get_pango_context()
  * instead of this function, to get the appropriate context for
@@ -331,7 +331,7 @@ gdk_pango_context_get (void)
  * 
  * Creates a #PangoContext for @screen.
  *
- * The context must be freed when you're finished with it.
+ * The context must be freed when youre finished with it.
  * 
  * When using GTK+, normally you should use gtk_widget_get_pango_context()
  * instead of this function, to get the appropriate context for
index f6a8dc32afeb9ea7ec985af1090ce0a353eafec1..640fd2d0959119c81748c45dcc2138da6b70f05b 100644 (file)
@@ -64,7 +64,7 @@
  * obscured/offscreen regions to be placed in the pixbuf. The contents of
  * portions of the pixbuf corresponding to the offscreen region are undefined.
  *
- * If the window you're obtaining data from is partially obscured by
+ * If the window youre obtaining data from is partially obscured by
  * other windows, then the contents of the pixbuf areas corresponding
  * to the obscured regions are undefined.
  *
index 10afdd1c7a1f6f1518270253858a12819c1540bd..cafa95af55ca0fe4593a9d0b40a27e6b028dbb0c 100644 (file)
@@ -846,7 +846,7 @@ gdk_screen_get_monitor_workarea (GdkScreen    *screen,
  * For example, a visual might support 24-bit color, or 8-bit color,
  * and might expect pixels to be in a certain format.
  *
- * Call g_list_free() on the return value when you're finished with it.
+ * Call g_list_free() on the return value when youre finished with it.
  *
  * Return value: (transfer container) (element-type GdkVisual):
  *     a list of visuals; the list must be freed, but not its contents
@@ -1089,7 +1089,7 @@ gdk_screen_get_setting (GdkScreen   *screen,
  * on very high density outputs this can be a higher value (often 2).
  *
  * This can be used if you want to create pixel based data for a
- * particula monitor, but most of the time you're drawing to a window
+ * particula monitor, but most of the time youre drawing to a window
  * where it is better to use gdk_window_get_scale_factor() instead.
  *
  * Since: 3.10
index 89fa04589d581faaa394507a20faf291b2d5e0c2..77a14fedca67d6015326d3de77c7b8bfa54686bf 100644 (file)
@@ -82,7 +82,7 @@ gdk_visual_class_init (GdkVisualClass *visual_class)
  * For example, a visual might support 24-bit color, or 8-bit color,
  * and might expect pixels to be in a certain format.
  *
- * Call g_list_free() on the return value when you're finished with it.
+ * Call g_list_free() on the return value when youre finished with it.
  *
  * Return value: (transfer container) (element-type GdkVisual):
  *     a list of visuals; the list must be freed, but not its contents
index d149407e3b12f2d386fecded10de1a1da2deb6fe..299195d68a2cc4d8e98ea5f9101928ca309f7e94 100644 (file)
@@ -2261,7 +2261,7 @@ gdk_window_get_position (GdkWindow *window,
  *
  * Obtains the parent of @window, as known to GDK. Does not query the
  * X server; thus this returns the parent as passed to gdk_window_new(),
- * not the actual parent. This should never matter unless you're using
+ * not the actual parent. This should never matter unless youre using
  * Xlib calls mixed with GDK calls on the X11 platform. It may also
  * matter for toplevel windows, because the window manager may choose
  * to reparent them.
@@ -2726,7 +2726,7 @@ gdk_window_begin_paint_rect (GdkWindow          *window,
  *
  * When using GTK+, the widget system automatically places calls to
  * gdk_window_begin_paint_region() and gdk_window_end_paint() around
- * emissions of the expose_event signal. That is, if you're writing an
+ * emissions of the expose_event signal. That is, if youre writing an
  * expose event handler, you can assume that the exposed area in
  * #GdkEventExpose has already been cleared to the window background,
  * is already set as the clip region, and already has a backing store.
@@ -3790,7 +3790,7 @@ gdk_window_invalidate_rect (GdkWindow          *window,
  * This can be used to record the invalidated region, which is
  * useful if you are keeping an offscreen copy of some region
  * and want to keep it up to date. You can also modify the
- * invalidated region in case you're doing some effect where
+ * invalidated region in case youre doing some effect where
  * e.g. a child widget appears in multiple places.
  *
  * Since: 3.10
@@ -5556,7 +5556,7 @@ gdk_window_move_resize_internal (GdkWindow *window,
  * anyway, instead of using GDK functions. For child windows,
  * the move will reliably succeed.
  *
- * If you're also planning to resize the window, use gdk_window_move_resize()
+ * If youre also planning to resize the window, use gdk_window_move_resize()
  * to both move and resize simultaneously, for a nicer visual effect.
  **/
 void
@@ -5579,7 +5579,7 @@ gdk_window_move (GdkWindow *window,
  *
  * Windows may not be resized below 1x1.
  *
- * If you're also planning to move the window, use gdk_window_move_resize()
+ * If youre also planning to move the window, use gdk_window_move_resize()
  * to both move and resize simultaneously, for a nicer visual effect.
  **/
 void
@@ -5718,7 +5718,7 @@ gdk_window_move_region (GdkWindow       *window,
  *
  * Sets the background color of @window. (However, when using GTK+,
  * set the background of a widget with gtk_widget_modify_bg() - if
- * you're an application - or gtk_style_set_background() - if you're
+ * youre an application - or gtk_style_set_background() - if you're
  * implementing a custom widget.)
  *
  * See also gdk_window_set_background_pattern().
@@ -9613,7 +9613,7 @@ gdk_window_set_startup_id (GdkWindow   *window,
  * window manager to do things like center @window on @parent and
  * keep @window above @parent.
  *
- * See gtk_window_set_transient_for() if you're using #GtkWindow or
+ * See gtk_window_set_transient_for() if youre using #GtkWindow or
  * #GtkDialog.
  **/
 void
index f91fb87f26d5c18542778274b921c4a938fba8ba..e68f6d583efac940c63c75fb80588666719c8334 100644 (file)
@@ -1483,7 +1483,7 @@ gtk_action_group_add_radio_actions_full (GtkActionGroup            *action_group
  * Sets a function to be used for translating the @label and @tooltip of 
  * #GtkActionEntry<!-- -->s added by gtk_action_group_add_actions().
  *
- * If you're using gettext(), it is enough to set the translation domain
+ * If youre using gettext(), it is enough to set the translation domain
  * with gtk_action_group_set_translation_domain().
  *
  * Since: 2.4 
@@ -1531,7 +1531,7 @@ dgettext_swapped (const gchar *msgid,
  * @label and @tooltip of #GtkActionEntry<!-- -->s added by 
  * gtk_action_group_add_actions().
  *
- * If you're not using gettext() for localization, see 
+ * If youre not using gettext() for localization, see 
  * gtk_action_group_set_translate_func().
  *
  * Since: 2.4
index e89397187a8363794e0cda7717f36956b3bdb6fe..1df9bb99229f39da2ec799c86b2dbd6da655e490 100644 (file)
  * impossible to know in advance whether they will end up empty after merging.
  * #GtkUIManager offers two ways to treat empty submenus:
  *
- * - make them disappear by hiding the menu item they're attached to
+ * - make them disappear by hiding the menu item theyre attached to
  *
  * - add an insensitive “Empty” item
  *
index 11f0b547e2e22e60bc06ef46f91e028ba371b018..baa74b434091540edb4f9e3261446281f6695c10 100644 (file)
@@ -51,7 +51,7 @@
  *
  * Note that “accelerators” are different from
  * “mnemonics”. Accelerators are shortcuts for
- * activating a menu item; they appear alongside the menu item they're a
+ * activating a menu item; they appear alongside the menu item theyre a
  * shortcut for. For example “Ctrl+Q” might appear alongside the “Quit”
  * menu item. Mnemonics are shortcuts for GUI elements such as text
  * entries or buttons; they appear as underlined characters. See
index 046d3a506fd407f909fa6fe21154911f953b8c04..de6d54a3784b8eafa992b41be4be81ee3b8d4e9c 100644 (file)
@@ -45,7 +45,7 @@
  * Accelerator maps are used to define runtime configurable accelerators.
  * Functions for manipulating them are are usually used by higher level
  * convenience mechanisms like #GtkUIManager and are thus considered
- * “low-level”. You’ll want to use them if you're manually creating menus that
+ * “low-level”. You’ll want to use them if youre manually creating menus that
  * should have user-configurable accelerators.
  *
  * An accelerator is uniquely defined by:
index 57761bc254af27e036d4c28e8bfc55eba73c7263..e0b7f92108752bc89fe34df74fba7f51fde83dea 100644 (file)
@@ -456,9 +456,9 @@ gtk_cell_renderer_toggle_set_radio (GtkCellRendererToggle *toggle,
  * gtk_cell_renderer_toggle_get_radio:
  * @toggle: a #GtkCellRendererToggle
  *
- * Returns whether we're rendering radio toggles rather than checkboxes. 
+ * Returns whether were rendering radio toggles rather than checkboxes. 
  * 
- * Return value: %TRUE if we're rendering radio toggles rather than checkboxes
+ * Return value: %TRUE if were rendering radio toggles rather than checkboxes
  **/
 gboolean
 gtk_cell_renderer_toggle_get_radio (GtkCellRendererToggle *toggle)
index 8b04c34421261d3f37c0bdbc3574c1be54898cc1..4806a083312dae995cfb92f6b7d4eeccd4cf1625 100644 (file)
@@ -182,7 +182,7 @@ typedef enum
  * GtkDeleteType:
  * @GTK_DELETE_CHARS: Delete characters.
  * @GTK_DELETE_WORD_ENDS: Delete only the portion of the word to the
- *   left/right of cursor if we're in the middle of a word.
+ *   left/right of cursor if were in the middle of a word.
  * @GTK_DELETE_WORDS: Delete words.
  * @GTK_DELETE_DISPLAY_LINES: Delete display-lines. Display-lines
  *   refers to the visible lines, with respect to to the current line
index 3fade1f0987eef4c6137582ce9c5722b51aa9fda..9189281e93dfc49377ecdbb90278e110d689f8b2 100644 (file)
@@ -951,7 +951,7 @@ gtk_font_button_set_show_size (GtkFontButton *font_button,
  * Retrieves the name of the currently selected font. This name includes
  * style and size information as well. If you want to render something
  * with the font, use this string with pango_font_description_from_string() .
- * If you're interested in peeking certain values (family name,
+ * If youre interested in peeking certain values (family name,
  * style, size, weight) just query these properties from the
  * #PangoFontDescription object.
  *
index 44196083a41c787dff6510a2515f5385271722ff..4e896bd1e7bc8365708dfd3a75bf1c7fb89d17d3 100644 (file)
  * Markup strings are just a convenient way to set the #PangoAttrList on
  * a label; gtk_label_set_attributes() may be a simpler way to set
  * attributes in some cases. Be careful though; #PangoAttrList tends to
- * cause internationalization problems, unless you're applying attributes
+ * cause internationalization problems, unless youre applying attributes
  * to the entire string (i.e. unless you set the range of each attribute
  * to [0, %G_MAXINT)). The reason is that specifying the start_index and
  * end_index for a #PangoAttribute requires knowledge of the exact string
index 233834230bf856040c68076eb735bfb2ce3aaaaf..0e6bcc86e46d070f4b239030c5b859eff247c868 100644 (file)
@@ -50,7 +50,7 @@
  * and doesn’t do anything but paint a blank background by default. It's
  * different in that it supports scrolling natively (you can add it to a
  * #GtkScrolledWindow), and it can contain child widgets, since it’s a
- * #GtkContainer. However if you're just going to draw, a #GtkDrawingArea
+ * #GtkContainer. However if youre just going to draw, a #GtkDrawingArea
  * is a better choice since it has lower overhead.
  *
  * When handling expose events on a #GtkLayout, you must draw to
index a3959208fe54a202636d385478100c735a76e8a1..c78328dc46bb35ae18cca7bef33354866a469f74 100644 (file)
@@ -1021,7 +1021,7 @@ gtk_printer_get_hard_margins (GtkPrinter *printer,
  * 
  * Returns the printer’s capabilities.
  *
- * This is useful when you're using #GtkPrintUnixDialog’s manual-capabilities 
+ * This is useful when youre using #GtkPrintUnixDialog’s manual-capabilities 
  * setting and need to know which settings the printer can handle and which 
  * you must handle yourself.
  *
index bd5631d03b7813bc5e77bb6d656d6e7b153df8bb..e5032f74230fb607be1d81248aec8e0c0ac6ab3c 100644 (file)
@@ -33,7 +33,7 @@
  * refers to the _sending_ part of the INCR protocol. The receiving
  * portion is referred to just as “retrieval”. (Terminology borrowed
  * from Tk, because there is no good opposite to “retrieval” in English.
- * “send” can’t be made into a noun gracefully and we're already using
+ * “send” can’t be made into a noun gracefully and were already using
  * “emission” for something else ....)
  */
 
index 55540b0992853587ace3c907c9753fb3c25c694b..78f043bc4dc4568ce23e2a99165ee592e85d7af1 100644 (file)
@@ -373,7 +373,7 @@ struct _GtkStyleContextClass
  * GTK_STYLE_CLASS_SCROLLBARS_JUNCTION:
  *
  * A CSS class to match the junction area between an horizontal
- * and vertical scrollbar, when they're both shown.
+ * and vertical scrollbar, when theyre both shown.
  * 
  * This is used in #GtkScrolledWindow.
  */
index 98454293313f6f8ac0269c817fbc1fd4bdda120a..423f64918624dda7fc00d337d3d8d1e9c826316c 100644 (file)
@@ -2105,7 +2105,7 @@ gtk_text_buffer_set_mark (GtkTextBuffer     *buffer,
  * (@left_gravity = %FALSE), the mark will end up on the right of
  * newly-inserted text. The standard left-to-right cursor is a mark
  * with right gravity (when you type, the cursor stays on the right
- * side of the text you're typing).
+ * side of the text youre typing).
  *
  * The caller of this function does not own a 
  * reference to the returned #GtkTextMark, so you can ignore the 
@@ -2748,7 +2748,7 @@ pointer_cmp (gconstpointer a,
  * 
  * Removes all tags in the range between @start and @end.  Be careful
  * with this function; it could remove tags added in code unrelated to
- * the code you're currently writing. That is, using this function is
+ * the code youre currently writing. That is, using this function is
  * probably a bad idea if you have two or more unrelated code sections
  * that add tags.
  **/
index bfaa09b5f75e4701bbee51b516f7cca7c930b0a3..c9798938a338268bccb8ebe14404f7b97fdb4231 100644 (file)
@@ -2069,7 +2069,7 @@ at_last_indexable_segment (GtkTextRealIter *real)
 }
 
 /* Goes back to the start of the next segment, even if
- * we're not at the start of the current segment (always
+ * were not at the start of the current segment (always
  * ends up on a different segment if it returns TRUE)
  */
 gboolean
@@ -5377,7 +5377,7 @@ gtk_text_iter_equal (const GtkTextIter *lhs,
  * @rhs: another #GtkTextIter
  * 
  * A qsort()-style function that returns negative if @lhs is less than
- * @rhs, positive if @lhs is greater than @rhs, and 0 if they're equal.
+ * @rhs, positive if @lhs is greater than @rhs, and 0 if theyre equal.
  * Ordering is in character offset order, i.e. the first character in the buffer
  * is less than the second character in the buffer.
  * 
index 0f502fd5569026add8277f47a8bc21d2f2e7de31..d0fddd3bf970925aaaef0c5a967114beea54952a 100644 (file)
@@ -236,7 +236,7 @@ gtk_text_mark_get_property (GObject    *object,
  * right gravity (@left_gravity = %FALSE), the mark will end up on the 
  * right of newly-inserted text. The standard left-to-right cursor is a 
  * mark with right gravity (when you type, the cursor stays on the right
- * side of the text you're typing).
+ * side of the text youre typing).
  *
  * Return value: new #GtkTextMark
  *
index fd7321bb775c7ee00bbe823961aa92db523dffad..c815262cf3f1a7f13839543bde853afc69120072 100644 (file)
@@ -504,7 +504,7 @@ toggle_segment_delete_func (GtkTextLineSegment *segPtr, GtkTextLine *line, int t
  *
  * Side effects:
  *      Toggle counts in the GtkTextBTreeNodes above the new line will be
- *      updated if they're not already.  Toggles may be collapsed
+ *      updated if theyre not already.  Toggles may be collapsed
  *      if there are duplicate toggles at the same position.
  *
  *--------------------------------------------------------------
index 755aaff0fb555c916ba0b1380191bac8ec7cefa9..58424a2f3be83d4c312bd42c88118361ad2024da 100644 (file)
@@ -1788,7 +1788,7 @@ gtk_tree_view_column_set_attributesv (GtkTreeViewColumn *tree_column,
 /**
  * gtk_tree_view_column_set_attributes:
  * @tree_column: A #GtkTreeViewColumn
- * @cell_renderer: the #GtkCellRenderer we're setting the attributes of
+ * @cell_renderer: the #GtkCellRenderer were setting the attributes of
  * @...: A %NULL-terminated list of attributes
  *
  * Sets the attributes in the list as the attributes of @tree_column.
index da5b1a58efeee98690688b2479c92d8148bc2102..3b605e14840fde4f36f9daf73aefc0725cff9bb1 100644 (file)
@@ -7368,7 +7368,7 @@ gtk_widget_reparent (GtkWidget *widget,
  *
  * Computes the intersection of a @widget’s area and @area, storing
  * the intersection in @intersection, and returns %TRUE if there was
- * an intersection.  @intersection may be %NULL if you're only
+ * an intersection.  @intersection may be %NULL if youre only
  * interested in whether there was an intersection.
  *
  * Return value: %TRUE if there was an intersection
@@ -9451,7 +9451,7 @@ gtk_widget_reset_style (GtkWidget *widget)
 #ifdef G_ENABLE_DEBUG
 
 /* Verify invariants, see docs/widget_system.txt for notes on much of
- * this.  Invariants may be temporarily broken while we're in the
+ * this.  Invariants may be temporarily broken while were in the
  * process of updating state, of course, so you can only
  * verify_invariants() after a given operation is complete.
  * Use push/pop_verify_invariants to help with that.
@@ -9584,7 +9584,7 @@ gtk_widget_verify_invariants (GtkWidget *widget)
 }
 
 /* The point of this push/pop is that invariants may not hold while
- * we're busy making changes. So we only check at the outermost call
+ * were busy making changes. So we only check at the outermost call
  * on the call stack, after we finish updating everything.
  */
 static void
@@ -14880,7 +14880,7 @@ gtk_widget_get_allocation (GtkWidget     *widget,
  * directly, but from within a widget’s size_allocate method.
  *
  * The allocation set should be the “adjusted” or actual
- * allocation. If you're implementing a #GtkContainer, you want to use
+ * allocation. If youre implementing a #GtkContainer, you want to use
  * gtk_widget_size_allocate() instead of gtk_widget_set_allocation().
  * The GtkWidgetClass::adjust_size_allocation virtual method adjusts the
  * allocation inside gtk_widget_size_allocate() to create an adjusted
index 50ca49bf3c9824ea82c3524b30747be6f31e155a..983d908f82b9a5982aaec7f7404179f7f0398239 100644 (file)
@@ -1827,7 +1827,7 @@ gtk_window_buildable_custom_finished (GtkBuildable  *buildable,
  * 
  * Creates a new #GtkWindow, which is a toplevel window that can
  * contain other widgets. Nearly always, the type of the window should
- * be #GTK_WINDOW_TOPLEVEL. If you're implementing something like a
+ * be #GTK_WINDOW_TOPLEVEL. If youre implementing something like a
  * popup menu from scratch (which is a bad idea, just use #GtkMenu),
  * you might use #GTK_WINDOW_POPUP. #GTK_WINDOW_POPUP is not for
  * dialogs, though in some other toolkits dialogs are called “popups”.